home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5896 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: kettle.magna.com.au!news
  2. From: peter@magna.com.au (Peter J Brock)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: STL on MSVC 4.0 - HELP!, Please
  5. Date: Thu, 08 Feb 1996 06:23:58 GMT
  6. Organization: Me
  7. Message-ID: <4fa1vi$gur@kettle.magna.com.au>
  8. References: <4ddvqi$ch@vendor.micron.com> <00001a81+00008e42@msn.com> <4eb5p0$cr2@longwood.cs.ucf.edu>
  9. Reply-To: peter@magna.com.au
  10. NNTP-Posting-Host: enterprise.magna.com.au
  11. X-Newsreader: Forte Free Agent v0.55
  12.  
  13. stevens@longwood.cs.ucf.edu (John Stevens) wrote:
  14.  
  15. >Gary Sims (SimsGW@msn.com) wrote:
  16. >: STL is included with the MSVC 4.0 product. You might find that the 
  17. >: header files in the included version have already been set up 
  18. >: correctly. (No guarantees -- that is a public domain library included 
  19. >: for customer convenience.) In any event, there are instructions on 
  20. >: using the included STL in the on-line help. Search on "standard 
  21. >: template library" and I would specify "Title Only" search the first 
  22. >: time.
  23.  
  24. >They are only partially set up, and the instructions left out a few key
  25. >pieces. The big one is that to use the STL in its own namespace you must
  26. >include new.h. Beyond that, I'm still tracking down ambiguos operators
  27. >for the iterator types. You can make it work, but its not a gimme.
  28.  
  29. >John S.
  30.  
  31. Microsoft have a paper on MFC and Standard Template Library at
  32. http://www.microsoft.com/visualc/v4/v4tech/stlchg.htm
  33.  
  34.  
  35. Cheers,
  36. Peter J Brock
  37. http:/www.magna.com.au/~peter
  38.  
  39.